-
Re: Are customers buying or using variable fonts?
You need a master at all locations pointed at by minimum, maximum, and default. So for your wght axis, you would need 3 masters; for your wdth axis, you would need 2 as the default is the same as ma…2 -
Re: A new graphical editor for TrueType hints
I must say, xgridfit is quite ... verbose ;) This: <command name="MIRP"> <modifier type="rp0" value="yes"/> <modifier type="minimum-distance" va…2 -
Re: A new graphical editor for TrueType hints
UFO does support TrueType hints, but only in ttx assembly notation, see: https://unifiedfontobject.org/versions/ufo3/lib.plist/#publictruetypeinstructions https://unifiedfontobject.org/versions/ufo3…2 -
Re: How to determine a perfect/test proofing word ?
This reminds me of my font name generator, which allows to specify letters that should be showcased in the name and sorts a dictionary based on that: https://github.com/jenskutilek/WoLiBaFoNaGen5 -
Re: Programming font charset
Swift for example even allows emoji as variable names: * let π = 3.14159 * let 你好 = "你好世界" * let 🐶🐮 = "dogcow" But to add to Peter and John’s mention of strings, code commen…2